PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setCropBox Method
A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the visible region of default user space.
In This Topic
    setCropBox Method
    In This Topic
    Sets the crop box.
    Syntax
    public void setCropBox( 
       PDFStandardRectangle cropBox
    )

    Parameters

    cropBox
    A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the visible region of default user space.
    See Also